ThemeFamily Class

Represents the theme-family extension (thm15:themeFamily) that identifies the theme family by name, id and variation id (uri {05A4C25C-085E-4340-85A3-A5531E510DB2}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class ThemeFamily : IExtensionContent
Inheritance
Object    ThemeFamily
Implements
IExtensionContent

Constructors

ThemeFamilyInitializes a new instance of the ThemeFamily class

Properties

Id Gets or sets the theme family id (id).
Name Gets or sets the theme family name (name).
Vid Gets or sets the theme variation id (vid).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also